Enum-Klasse DiffGroup.GroupType
- Alle implementierten Schnittstellen:
com.inet.pdfc.config.ColorSetting, VisibilitySetting, Serializable, Comparable<DiffGroup.GroupType>, Constable
- Umschließende Klasse:
DiffGroup
public static enum DiffGroup.GroupType
extends Enum<DiffGroup.GroupType>
implements com.inet.pdfc.config.ColorSetting
Defines the type of a
DiffGroup and thus how to interpret the content of the affected
elements lists. The enumeration is ordered in descending order by severity. For further details
about each type refer to the respective enum constant.- Seit:
- 3.0
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen Enum
Enum.EnumDesc<E> -
Enum-Konstanten - Übersicht
Enum-KonstantenEnum-KonstanteBeschreibungContainsModifications which describe a remove in the first document or an add in the second document.
NOTE: There is no clear line between this type and 'Replaced'.This type occurs for changes in the meta data or a page or the whole document.The modified type indicates that the content in this group is similar on both documents but changed in style.For this type, theModifications contain elements of similar type and equal style(per side).This is an optional type which is added by the generator at any identical locations in the document flow to help any graphical presenter to keep the presented pages in sync.A validation error is an indicator for a problem on a singular element. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungReturns the localized name for this typegetTyp()The Visibility Type for this Setting (Enum)booleanIndicates whether this group type is paintedstatic DiffGroup.GroupTypeGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static DiffGroup.GroupType[]values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.static DiffGroup.GroupType[]Returns the groups which should be visible to the user by default.Von Klasse geerbte Methoden Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfVon Schnittstelle geerbte Methoden VisibilitySetting
getTranslationKey, name
-
Enum-Konstanten - Details
-
AddedOrRemoved
ContainsModifications which describe a remove in the first document or an add in the second document.
NOTE: There is no clear line between this type and 'Replaced'. The only difference is that this type is likely to contain mixed types of affected elements. -
Replaced
For this type, theModifications contain elements of similar type and equal style(per side). This type is a special case of AddedOrRemoved. It is very likely but not guaranteed to be a content replacement. -
Modified
The modified type indicates that the content in this group is similar on both documents but changed in style. As a result, both allModificationcontain the same number of elements and each element is similar to it's counterpart in the other document. -
ValidationError
A validation error is an indicator for a problem on a singular element. The Element will only be highlighted, but no grouped change should be displayed.- Seit:
- 5.2
-
MetadataChanged
This type occurs for changes in the meta data or a page or the whole document.
NOTE: These elements in this group have artificial bounds to place them at least inside the document area. Their bounds do NOT necessarily represent the bounds of the references pages, the document, etc. -
Sync
This is an optional type which is added by the generator at any identical locations in the document flow to help any graphical presenter to keep the presented pages in sync. If you don't need this feature, it's sufficient to ignore this type of groups
The differences count of these groups will always yield zero.
-
-
Methodendetails
-
values
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.- Gibt zurück:
- ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration
-
valueOf
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enum-Konstante in dieser Klasse deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)- Parameter:
name- Name der zurückzugebenden Enumerationskonstante.- Gibt zurück:
- Enumerationskonstante mit dem angegebenen Namen
- Löst aus:
IllegalArgumentException- wenn diese Enum-Klasse keine Konstante mit dem angegebenen Namen enthältNullPointerException- wenn das Argument nicht angegeben wird
-
isTypePainted
public boolean isTypePainted()Indicates whether this group type is painted- Gibt zurück:
- whether this group type is painted
-
valuesVisible
Returns the groups which should be visible to the user by default. This excludes the sync-type for instance.- Gibt zurück:
- the groups which should be visible to the user by default
-
getLocalizedName
Returns the localized name for this type- Gibt zurück:
- the localized name for this type
-
getTyp
Beschreibung aus Schnittstelle kopiert:VisibilitySettingThe Visibility Type for this Setting (Enum)- Angegeben von:
getTypin SchnittstelleVisibilitySetting- Gibt zurück:
- Type of Enum
-